home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
quit.dir
/
00009_Yes.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-18
|
234 b
|
14 lines
on mouseDown
global gASKReturn
if hExitPressButton() then
set gASKReturn to 1
close(window "quit")
forget(window "quit")
updateStage()
tell the stage
continue()
exitApp2()
end tell
end if
end